home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / include / sascpragmas / installerngmodule_pragmas.h < prev   
C/C++ Source or Header  |  2000-01-01  |  374b  |  16 lines

  1. #ifndef PRAGMAS_INSTALLERNGMODULE_PRAGMAS_H
  2. #define PRAGMAS_INSTALLERNGMODULE_PRAGMAS_H
  3.  
  4. /*
  5. **  $VER: installerngmodule_pragmas.h 37.0 (11.06.2000)
  6. **  (C) by Jens Tröger
  7. **
  8. */
  9.  
  10. #pragma libcall InstallerNGModuleBase ingm_GetPriority 1e 0
  11. #pragma libcall InstallerNGModuleBase ingm_GetDescription 24 0
  12. #pragma libcall InstallerNGModuleBase ingm_PerformAction 2a 801
  13.  
  14. #endif
  15.  
  16.